| Enumerator |
|---|
| kStatus_LPUART_BaudRateCalculationError |
LPUART Baud Rate calculation error out of range.
|
| kStatus_LPUART_BaudRatePercentDiffExceeded |
LPUART Baud Rate exceeds percentage difference.
|
| kStatus_LPUART_BitCountNotSupported |
LPUART bit count config not supported.
|
| kStatus_LPUART_StopBitCountNotSupported |
LPUART stop bit count config not supported.
|
| kStatus_LPUART_RxStandbyModeError |
LPUART unable to place receiver in standby mode.
|
| kStatus_LPUART_ClearStatusFlagError |
LPUART clear status flag error.
|
| kStatus_LPUART_MSBFirstNotSupported |
LPUART MSB first feature not supported.
|
| kStatus_LPUART_Resync_NotSupported |
LPUART resync disable operation not supported.
|
| kStatus_LPUART_TxNotDisabled |
LPUART Transmitter not disabled before enabling feature.
|
| kStatus_LPUART_RxNotDisabled |
LPUART Receiver not disabled before enabling feature.
|
| kStatus_LPUART_TxOrRxNotDisabled |
LPUART Transmitter or Receiver not disabled.
|
| kStatus_LPUART_TxBusy |
LPUART transmit still in progress.
|
| kStatus_LPUART_RxBusy |
LPUART receive still in progress.
|
| kStatus_LPUART_NoTransmitInProgress |
LPUART no transmit in progress.
|
| kStatus_LPUART_NoReceiveInProgress |
LPUART no receive in progress.
|
| kStatus_LPUART_InvalidInstanceNumber |
Invalid LPUART instance number.
|
| kStatus_LPUART_InvalidBitSetting |
Invalid setting for desired LPUART register bit field.
|
| kStatus_LPUART_OverSamplingNotSupported |
LPUART oversampling not supported.
|
| kStatus_LPUART_BothEdgeNotSupported |
LPUART both edge sampling not supported.
|
| kStatus_LPUART_Timeout |
LPUART transfer timed out.
|